go/ast.SelectStmt.Select (field)

3 uses

	go/ast (current package)
		ast.go#L745: 		Select token.Pos  // position of "select" keyword
		ast.go#L789: func (s *SelectStmt) Pos() token.Pos     { return s.Select }

	go/parser
		parser.go#L2344: 	return &ast.SelectStmt{Select: pos, Body: body}